* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::selection {
  background-color: var(--primary);
  color: #fff;
}

/* Import Poppins from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --font-sans: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --text-color: #111827;
  /* dark gray for high contrast */
  --muted-color: #6b7280;
  --bg-color: #ffffff;
  --primary: #ff8000;
  /* accent */
  --button-bg: #58595b;
}

html,
body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--bg-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

.navbar {
  --bs-navbar-toggler-focus-width: 0rem;
}

.bg2 {
  width: 100%;
  height: 100%;
  font-family: var(--font-sans);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
  align-items: center;
  position: relative;
}

.circle1 {
  color: var(--text-color);
  border: 1px solid white;
  box-shadow: 0 0 10px #ccc;
  width: 150px;
  height: 150px;
}

.center1 {
  display: block;
  padding: 20px 20px;
}

#ccc {
  /* background-color: var(--primary); */
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  width: 40%;
}

/* dropDown Menu start */
.dropdown:hover>.dropdown-menu {
  display: block;
  margin: 0px 10px;
}

.dropdown>.dropdown-toggle:active {
  background-color: var(--primary);
  pointer-events: none;
}

.dropdown-menu li {
  position: relative;
  --bs-btn-active-bg: var(--primary);
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--primary);
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
  display: block;
}

/* dropDown Menu end */

/* hover line start*/
.nav-link {
  text-decoration: none;
  color: var(--text-color);
  padding: 25px 0px;
  margin: 0px 20px;
  display: inline-block;
  position: relative;
  opacity: 1;
}

/* .nav-link:hover {
  opacity: 1;
}

.bg-light {
  --bs-bg-opacity: 0.67 !important;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
} */

.nav-link::before {
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--primary);
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 25px;
}

.nav-link-ltr.active::before {
  width: 42%;
}

.nav-link-ltr:hover::before {
  width: 42%;
}

/* hover line end*/

/* button */
.btn {
  background-color: var(--button-bg);
  color: #fff;
  font-weight: var(--font-weight-semibold);
  padding: 10px 20px;
  border-radius: 20px;
  position: relative;
  transition: background-color .2s ease, transform .12s ease;
}

.btn:hover {
  background-color: var(--primary);
  color: #fff;
  transform: translateY(-1px);
}

.btn .child {
  transition: transform .3s ease-in-out;
}

.btn:hover .child {
  transform: scale(1.3);
}

.btn-light {
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary);
}


/* about us start */
.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
  text-decoration: none;
}

.social-link:hover,
.social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;
}

/* about us exit*/



/* somarjuntech section start */
#center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

/* somarjuntech section exit */



/* career section start */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px;
  width: 40%;
}


/* career section exit */


#content {
  position: relative;
  background-image: url(/images/bg1.png);
  padding: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}

.span12 {
  width: 940px;
}

.span12 .row {

  margin-left: auto;
  margin-right: auto;
  justify-content: center;

}

.span3 {
  width: 220px;
}

.aligncenter {
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

[class^="icon-"].active,
[class*=" icon-"].active {
  background-color: #f03c02;
}

.icon-64.icon-circled {
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
}

.icon-64 {
  width: 40px;
  height: 40px;
  padding: 12px;
  font-size: 30px;
  line-height: 40px;
}

[class^="icon-"],
[class*=" icon-"] {
  margin-top: 1px;
  margin-right: 0.3em;
}

.icon-circled {
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}

.icon-circled {
  background-color: #444;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.icon-square,
.icon-rounded,
.icon-plain,
.icon-circled {
  margin: 10px 10px 10px 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  font-size: 12px;
  line-height: 18px;
  text-shadow: none;
  cursor: pointer;
}

/* helper utility: justify text where needed */
.text-justify {
  text-align: justify !important;
  text-justify: inter-word;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

[class^="icon-"],
[class*=" icon-"] {
  float: none;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak-as: none;
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-64 {
  width: 40px;
  height: 40px;
  padding: 12px;
  font-size: 30px;
  line-height: 40px;
}

.icon-square,
.icon-rounded,
.icon-plain,
.icon-circled {
  margin: 10px 10px 10px 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  font-size: 12px;
  line-height: 18px;
  text-shadow: none;
  cursor: pointer;
}

/* media queries */

@media (min-width: 320px) and (max-width: 2560px) {
  .footer-h {
    height: 100vh;
  }
}

@media (min-width: 600px) and (max-width: 2560px) {
  .footer-h2 {
    height: 100vh;
  }
}



@media (min-width: 768px) and (max-width: 979px) {
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 990px) {
  #NavBar {
    display: none;
  }

  .abc {
    padding: 10% 0px;
  }
}

@media screen and (min-width: 990px) {
  #NavBar1 {
    display: none;
  }

  .abc {
    padding: 190px 0px;
  }
}

@media screen and (max-width: 768px) {
  .carousel-item img {
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .span12 .row .span3 {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 990px) {
  .aaa {
    text-align: center;
    justify-content: center;
  }

  .bbb {
    text-align: justify !important;
  }
}

@media screen and (max-width: 425px) {
  h5.sz {
    font-size: 15px !important;
  }
}

.child {
  transition: transform .3s;

}

.parent:hover .child {
  transform: scale(1.1);
}

#mob-img1 {
  width: 30%;
}

@media screen and (max-width: 800px) {
  #mob-img1 {
    width: 50%;
  }
}

#mob-img2 {
  width: 35%;
}

@media screen and (max-width: 800px) {
  #mob-img2 {
    width: 55%;
  }
}

#mob-img {
  width: 20%;
}

@media screen and (max-width: 800px) {
  #mob-img {
    width: 70%;
  }
}

@media screen and (max-width: 800px) {
  #dummy {
    width: 70%;
  }
}

/* Footer contact container: dark translucent background for good contrast with white text */
.footer-contact {
  padding: 40px 0;
  color: #ffffff;
  background-color: #dc7005;
  /* near-black with opacity for bg image overlay */
  border-radius: 8px;
}

@media screen and (max-width: 576px) {
  .footer-contact {
    padding: 24px 12px;
    border-radius: 4px;
  }
}

/* Business pages: make footer full-width and use the brand orange */
.business-footer {
  width: 100%;
  background-color: #dc7005 !important;
  background-image: none !important;
  /* avoid bg image showing through */
}

.business-footer footer {
  color: #ffffff;
}

.business-footer .footer-contact {
  background: transparent !important;
  /* let the section color show edge-to-edge */
  border-radius: 0 !important;
  padding-top: 40px;
  /* ensure spacing remains */
  padding-bottom: 0;
  /* copyright bar follows */
}

.business-footer h5.sz {
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 20px 2px !important;
  margin-bottom: 0 !important;
}

.business-footer a {
  color: rgba(255, 255, 255, 0.95);
}